AI Open Source
Skills
85StyleGAN3 — Alias-Free Generative Adversarial Networks
StyleGAN3 by NVIDIA Research eliminates the texture sticking artifacts of prior GANs through alias-free signal processing, enabling smooth and coherent image generation and animation.
Nougat — Neural Optical Understanding for Academic Documents
Nougat is a visual transformer model from Meta that converts academic PDF pages into structured Markdown, accurately preserving mathematical equations, tables, and text formatting.
CodeFormer — AI-Powered Face Restoration
CodeFormer is a robust face restoration model that uses a learned discrete codebook and transformer to recover high-quality faces from severely degraded inputs.
ControlNet — Add Spatial Control to Diffusion Models
ControlNet lets you add precise spatial conditioning such as edge maps, depth, and pose to Stable Diffusion, giving fine-grained control over AI image generation.
Svix — Enterprise-Ready Webhook Delivery Infrastructure
Svix is an open-source webhook delivery platform that handles sending, retrying, and monitoring webhooks at scale. It provides a complete infrastructure layer so developers can add reliable webhook functionality to their products without building delivery guarantees from scratch.
Size Limit — Performance Budget Tool for JavaScript Apps
Size Limit calculates the real cost of running your JavaScript in a browser and throws an error if it exceeds the limit. It measures download time and parse/execution cost rather than raw bytes, integrating with CI to catch performance regressions in pull requests.
Prompts
3Grounding DINO — Open-Set Object Detection with Text Prompts
Grounding DINO combines a DINO-based detector with grounded pre-training to detect arbitrary objects described in natural language, enabling open-vocabulary object detection.
Oh My Posh — Cross-Platform Customizable Shell Prompt Engine
A prompt theme engine that works with any shell on any OS, rendering rich segments for Git, language versions, cloud context, and system status using Nerd Font icons.
prompt_toolkit — Build Powerful Interactive Command Lines in Python
prompt_toolkit is a Python library for building interactive command-line applications with multi-line editing, syntax highlighting, auto-completion, and dialog-based UIs.
Scripts
3xterm.js — Terminal Emulator Component for the Web
A TypeScript library that provides a fully featured terminal emulator in the browser, powering the integrated terminals of VS Code, Hyper, and dozens of web-based IDEs and SSH clients.
howler.js — Cross-Browser Audio Library for the Web
A JavaScript audio library that provides a simple, consistent API for playing sound in any browser using the Web Audio API with HTML5 Audio fallback.
fullPage.js — Create Beautiful Fullscreen Scrolling Websites
A JavaScript library for creating fullscreen scrolling websites with smooth snap-to-section navigation, horizontal slides, and lazy loading.
Configs
7Cerebro — Open-Source Cross-Platform Productivity Launcher
An open-source, extensible application launcher for Linux, macOS, and Windows with a plugin ecosystem for search, calculations, translations, and more.
Maccy — Lightweight Open-Source Clipboard Manager for macOS
A simple, fast clipboard manager for macOS that keeps a searchable history of everything you copy, accessible via a keyboard shortcut.
Rectangle — Keyboard-Driven Window Management for macOS
An open-source macOS app that lets you move and resize windows using keyboard shortcuts, based on the discontinued Spectacle app.
Nativefier — Turn Any Web Page into a Desktop Application
A command-line tool that wraps any web page into an Electron-based desktop app with minimal configuration.
CloudBeaver — Web-Based Database Management Client
CloudBeaver is an open-source web-based database management tool built by the DBeaver team. It provides a browser-accessible SQL editor, data viewer, and administration interface for PostgreSQL, MySQL, MariaDB, SQL Server, Oracle, and many other databases.
noVNC — Browser-Based VNC Client for Remote Desktop Access
noVNC is a JavaScript VNC client library and web application that provides remote desktop access directly through a web browser. It connects to any standard VNC server via a WebSocket proxy, eliminating the need to install a native VNC client on the viewing machine.